Socket
Socket
Sign inDemoInstall

@blueprintjs/icons

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintjs/icons

Components, fonts, icons, and css files for creating and displaying icons.


Version published
Weekly downloads
162K
increased by4.12%
Maintainers
1
Weekly downloads
 
Created

What is @blueprintjs/icons?

@blueprintjs/icons is a package that provides a comprehensive set of icons for use with the Blueprint.js UI toolkit. It includes a wide variety of icons that can be easily integrated into React applications, allowing developers to enhance their user interfaces with consistent and visually appealing iconography.

What are @blueprintjs/icons's main functionalities?

Basic Icon Usage

This feature allows you to use a basic icon in your React application. The 'icon' prop specifies which icon to display.

<Icon icon="add" />

Customizing Icon Size

You can customize the size of the icon by using the 'iconSize' prop. This example sets the icon size to 20 pixels.

<Icon icon="add" iconSize={20} />

Changing Icon Color

This feature allows you to change the color of the icon using the 'color' prop. In this example, the icon color is set to red.

<Icon icon="add" color="red" />

Using Icons with Buttons

You can integrate icons with other Blueprint.js components, such as buttons. This example shows how to use an icon within a button component.

<Button icon="add" text="Add Item" />

Other packages similar to @blueprintjs/icons

Keywords

FAQs

Package last updated on 25 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc